Re: [dpdk-dev] [PATCH v2 0/2] net/enic: a couple new features

2019-10-10 Thread Ferruh Yigit
On 9/23/2019 3:41 PM, Hyong Youb Kim wrote: > The first patch enables Geneve offload that supports Geneve header > options. Previous Geneve offload does not work when options are > present. > > The second patch adds the new flow implementation based on Flow > Manager. So the driver now has two imp

[dpdk-dev] [PATCH v2 0/2] net/enic: a couple new features

2019-09-23 Thread Hyong Youb Kim
The first patch enables Geneve offload that supports Geneve header options. Previous Geneve offload does not work when options are present. The second patch adds the new flow implementation based on Flow Manager. So the driver now has two implementations: one based on the old filter API, and this