Re: [dpdk-dev] [PATCH] net/enic: support the drop flow action

2018-04-06 Thread Ferruh Yigit
On 4/5/2018 12:54 AM, John Daley wrote: > From: Hyong Youb Kim > > 1330 and 1400 series adapters support the drop action. Check for its > availability and set the necessary flag when creating NIC filters. > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley Applied to dpdk-next-net/mas

[dpdk-dev] [PATCH] net/enic: support the drop flow action

2018-04-04 Thread John Daley
From: Hyong Youb Kim 1330 and 1400 series adapters support the drop action. Check for its availability and set the necessary flag when creating NIC filters. Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- doc/guides/nics/enic.rst| 2 +- drivers/net/enic/base/vnic_dev.c