[dpdk-dev] [PATCH v2 0/2] fix the wrong address of device data pointer

2016-03-24 Thread Wenzhuo Lu
In the function set_rx_mode, the pointer of device data points to the wrong address. v2: - Remove the unnecessary cast. Wenzhuo Lu (2): ixgbe: fix the wrong address of device data pointer igb: fix the wrong address of device data pointer drivers/net/e1000/igb_pf.c | 3 +--

[dpdk-dev] [PATCH v2 0/2] fix the wrong address of device data pointer

2016-03-24 Thread Bruce Richardson
On Thu, Mar 24, 2016 at 03:07:44PM +0800, Wenzhuo Lu wrote: > In the function set_rx_mode, the pointer of device data points > to the wrong address. > > v2: > - Remove the unnecessary cast. > > Wenzhuo Lu (2): > ixgbe: fix the wrong address of device data pointer > igb: fix the wrong address