[dpdk-dev] [PATCH 0/3] enic PMD receive path fixes

2016-03-22 Thread Bruce Richardson
On Thu, Mar 17, 2016 at 03:57:04PM -0700, John Daley wrote: > These patches fix up some bugs in the enic receive path. > > John Daley (3): > enic: mbuf->ol_flags could be set incorrectly > enic: handle error packets properly > enic: small cleanup- remove a packet_error conditional > > driv

[dpdk-dev] [PATCH 0/3] enic PMD receive path fixes

2016-03-17 Thread John Daley
These patches fix up some bugs in the enic receive path. John Daley (3): enic: mbuf->ol_flags could be set incorrectly enic: handle error packets properly enic: small cleanup- remove a packet_error conditional drivers/net/enic/enic_rx.c | 53 ++