From f821b4cc1f0e6fcfd7dbe78b267976e42ab954b8 Mon Sep 17 00:00:00 2001 From: sleybo Date: Mon, 20 Nov 2006 14:45:00 +0000 Subject: [PATCH] [IPOIB] update ipoib_port.h from the former patch git-svn-id: svn://openib.tc.cornell.edu/gen1@546 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- trunk/ulp/ipoib/kernel/ipoib_port.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/ulp/ipoib/kernel/ipoib_port.h b/trunk/ulp/ipoib/kernel/ipoib_port.h index 6b6d6aaf..3ea32477 100644 --- a/trunk/ulp/ipoib/kernel/ipoib_port.h +++ b/trunk/ulp/ipoib/kernel/ipoib_port.h @@ -181,7 +181,7 @@ typedef struct _ipoib_pkt ipoib_hdr_t hdr; union _payload { - uint8_t data[PAYLOAD_MTU]; + uint8_t data[MAX_PAYLOAD_MTU]; ipoib_arp_pkt_t arp; ip_pkt_t ip; @@ -268,7 +268,7 @@ typedef union _recv_buf */ typedef union _send_buf { - uint8_t data[PAYLOAD_MTU]; + uint8_t data[MAX_PAYLOAD_MTU]; ipoib_arp_pkt_t arp; ip_pkt_t ip; -- 2.41.0