[dpdk-dev] [PATCH] enic: fix dma addr of outgoing packets

2016-03-10 Thread Bruce Richardson
On Thu, Mar 10, 2016 at 09:32:58PM +, Bruce Richardson wrote: > On Thu, Feb 25, 2016 at 12:06:15AM +0100, Yoann Desmouceaux wrote: > > The enic PMD driver send function uses a constant offset instead > > of relying on the data_off in the mbuf to find the start of the packet. > > > >

[dpdk-dev] [PATCH] enic: fix dma addr of outgoing packets

2016-03-10 Thread Bruce Richardson
On Thu, Feb 25, 2016 at 12:06:15AM +0100, Yoann Desmouceaux wrote: > The enic PMD driver send function uses a constant offset instead > of relying on the data_off in the mbuf to find the start of the packet. > > Signed-off-by: Yoann Desmouceaux > --- > drivers/net/enic/enic_main.c | 2 +- > 1

[dpdk-dev] [PATCH] enic: fix dma addr of outgoing packets

2016-02-25 Thread Yoann Desmouceaux
The enic PMD driver send function uses a constant offset instead of relying on the data_off in the mbuf to find the start of the packet. Signed-off-by: Yoann Desmouceaux --- drivers/net/enic/enic_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git