Re: [dpdk-dev] [PATCH 20.11 02/12] eal: add default SIMD bitwidth values

2020-08-09 Thread Ruifeng Wang
> -Original Message- > From: Ciara Power > Sent: Friday, August 7, 2020 11:59 PM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; Ciara Power ; > Ruifeng Wang ; jer...@marvell.com; Honnappa > Nagarahalli ; David Christensen > > Subject: [PATCH 20.11 02/12] eal: add default SIMD bitw

Re: [dpdk-dev] [PATCH 20.11 06/12] net/enic: add checks for max SIMD bitwidth

2020-08-09 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ciara Power > Sent: Saturday, August 8, 2020 12:59 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; Ciara Power ; > John Daley (johndale) ; Hyong Youb Kim (hyonkim) > > Subject: [PATCH 20.11 06/12] net/enic: add checks for max SIMD bitwidth > > When ch

[dpdk-dev] [PATCH v3] vhost: add device reset status

2020-08-09 Thread Chenbo Xia
vhost lib now does not have definition of reset status. This patch adds the reset status definition and changes related log. Signed-off-by: Chenbo Xia --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/vhost_user.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/librte_vhost/vh

[dpdk-dev] [PATCH v2] vhost: add device reset status

2020-08-09 Thread Chenbo Xia
vhost lib now does not have definition of reset status. This patch adds the reset status definition and changes related log. Signed-off-by: Chenbo Xia --- lib/librte_vhost/vhost.h | 1 + lib/librte_vhost/vhost_user.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lib/librte_vhost/vh

Re: [dpdk-dev] [PATCH] Virtio TX: reverting a small change causing Virtio standard TX broken

2020-08-09 Thread Xia, Chenbo
Hi Vipul, > -Original Message- > From: dev On Behalf Of Vipul Ashri > Sent: Friday, August 7, 2020 8:58 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] Virtio TX: reverting a small change causing > Virtio standard TX broken > > Virtio Standard TX broken : Reverting a small change add

[dpdk-dev] [PATCH] net/ice: fix VF index check for DCF

2020-08-09 Thread Wei Zhao
The vf index in rte_flow command need to check in order that larger the actual number. Fixes: 829c3106812d ("net/ice: enable switch flow on DCF") Cc: sta...@dpdk.org Signed-off-by: Wei Zhao --- drivers/net/ice/ice_switch_filter.c | 16 +++- 1 file changed, 11 insertions(+), 5 deleti