diff options
author | Xiaoyun Wang <cloud.wangxiaoyun@huawei.com> | 2019-10-10 22:51:48 +0800 |
---|---|---|
committer | Ferruh Yigit <ferruh.yigit@intel.com> | 2019-10-23 16:43:08 +0200 |
commit | fdba3bf15c7b8d8efefbdf7d6e9050e5f034bfda (patch) | |
tree | 1bdf456eed376d21bb84520140eac4e206e414dc /doc/guides/nics | |
parent | 6691acef0d3d94720bbd56c7d86ca5e770a09383 (diff) | |
download | dpdk-fdba3bf15c7b8d8efefbdf7d6e9050e5f034bfda.zip dpdk-fdba3bf15c7b8d8efefbdf7d6e9050e5f034bfda.tar.gz dpdk-fdba3bf15c7b8d8efefbdf7d6e9050e5f034bfda.tar.xz |
net/hinic: add VLAN filter and offload
This patch adds support for VLAN filter and VLAN offload.
Signed-off-by: Xiaoyun Wang <cloud.wangxiaoyun@huawei.com>
Diffstat (limited to 'doc/guides/nics')
-rw-r--r-- | doc/guides/nics/features/hinic.ini | 2 | ||||
-rw-r--r-- | doc/guides/nics/hinic.rst | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini index c858411..8b09509 100644 --- a/doc/guides/nics/features/hinic.ini +++ b/doc/guides/nics/features/hinic.ini @@ -20,6 +20,8 @@ RSS key update = Y RSS reta update = Y Inner RSS = Y SR-IOV = Y +VLAN filter = Y +VLAN offload = Y CRC offload = Y L3 checksum offload = Y L4 checksum offload = Y diff --git a/doc/guides/nics/hinic.rst b/doc/guides/nics/hinic.rst index c3ce101..881075a 100644 --- a/doc/guides/nics/hinic.rst +++ b/doc/guides/nics/hinic.rst @@ -25,6 +25,7 @@ Features - Link flow control - Scattered and gather for TX and RX - SR-IOV - Partially supported at this point, VFIO only +- VLAN filter and VLAN offload Prerequisites ------------- |