Re: [dpdk-dev] [PATCH] doc: update the enic guide and features

2018-07-18 Thread Ferruh Yigit
On 7/18/2018 3:15 AM, John Daley wrote: > From: Hyong Youb Kim > > Make a few updates in preparation for 18.08. > - Use SPDX > - Add 1400 series VIC adapters to supported models > - Describe the VXLAN port number > - Expand the description for ig-vlan-rewrite > - Add inner RSS and checksum to the

[dpdk-dev] [PATCH] doc: update the enic guide and features

2018-07-17 Thread John Daley
From: Hyong Youb Kim Make a few updates in preparation for 18.08. - Use SPDX - Add 1400 series VIC adapters to supported models - Describe the VXLAN port number - Expand the description for ig-vlan-rewrite - Add inner RSS and checksum to the features Signed-off-by: Hyong Youb Kim Reviewed-by: J

Re: [dpdk-dev] [PATCH] doc: update the enic guide and features

2018-04-06 Thread Ferruh Yigit
On 4/5/2018 12:54 AM, John Daley wrote: > From: Hyong Youb Kim > > Documentation updates including for 1400 series VIC adapters. > > Remove VLAN filter from the features file as the driver does not > support that API. Hardware does support VLAN filtering, but it is not > controlled through the d

[dpdk-dev] [PATCH] doc: update the enic guide and features

2018-04-04 Thread John Daley
From: Hyong Youb Kim Documentation updates including for 1400 series VIC adapters. Remove VLAN filter from the features file as the driver does not support that API. Hardware does support VLAN filtering, but it is not controlled through the driver. Signed-off-by: Hyong Youb Kim Reviewed-by: Jo