[dpdk-dev] [PATCH v2] eal/windows: fix invalid thread handle

2020-05-23 Thread Tasnim Bashar
Casting thread ID to handle is not accurate way to get thread handle. Need to use OpenThread function to get thread handle from thread ID. pthread_setaffinity_np and pthread_getaffinity_np functions for Windows are affected because of it. Signed-off-by: Tasnim Bashar --- lib/librte_eal/windows/

Re: [dpdk-dev] [PATCH] net/bnxt: allow the mark to use a cfa code of zero

2020-05-23 Thread Ajit Khaparde
On Fri, May 22, 2020 at 4:55 PM Mike Baucom wrote: > The mark code was too restrictive by disallowing a cfa_code of zero. > This code loosens the requirement and allows zero. > > Fixes: b87abb2e55cb ("net/bnxt: support marking packet") > > Signed-off-by: Mike Baucom > Reviewed-by: Kishore Padman

Re: [dpdk-dev] [PATCH v5] doc: update bnxt guide

2020-05-23 Thread Ajit Khaparde
On Thu, May 21, 2020 at 6:51 AM Ferruh Yigit wrote: > On 5/21/2020 2:16 AM, Ajit Khaparde wrote: > > On Wed, May 20, 2020 at 1:04 PM Ajit Khaparde < > ajit.khapa...@broadcom.com> > > wrote: > > > >> - Update list of supported adapters. > >> - Update list of supported features. > >> -

Re: [dpdk-dev] [PATCH v2 0/2] fix MAC ctrl frame fwd get

2020-05-23 Thread Zhao1, Wei
Reviewed-by: Wei Zhao > -Original Message- > From: Sun, GuinanX > Sent: Saturday, May 23, 2020 1:23 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Yang, Qiming > ; Sun, GuinanX > Subject: [PATCH v2 0/2] fix MAC ctrl frame fwd get > > Fix incorrect MAC control frame forward. > Fix flow contro

[dpdk-dev] [PATCH] eal: fix memory leak in uevent parse and process

2020-05-23 Thread wangyunjian
From: Yunjian Wang When the memory for uevent.devname is allocated in dev_uev_parse(). It is not freed when parse the subsystem layer fails in dev_uev_parse(). And Before return, it is also not freed in dev_uev_handler(). These cause a memory leak. Fixes: 0d0f478d0483 ("eal/linux: add uevent par

[dpdk-dev] [PATCH] test-pmd: fix memory leaks when mtr policer actions update fails

2020-05-23 Thread wangyunjian
From: Yunjian Wang Fix memory leaks reported by Coverity. Fixes: e63b50162aa3 ("app/testpmd: clean metering and policing commands") Cc: sta...@dpdk.org Signed-off-by: Yunjian Wang --- app/test-pmd/cmdline_mtr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-pmd/cmdline_mtr.c b/a

[dpdk-dev] [PATCH] doc: announce the deprecation of legacy virtio support

2020-05-23 Thread jerinj
From: Jerin Jacob The legacy virtio is not architecture agnostics. It relies on x86 IO port scheme support for its working. The legacy virtio is only the consumer of RTE_KDRV_NONE in the DPDK PCI subsystem. Legacy virtio deprecation will also optimize DPDK PCI enumeration management as it does no

Re: [dpdk-dev] incorrect vlan_tci in rte mbuf

2020-05-23 Thread Yan, Xiaoping (NSB - CN/Hangzhou)
Hi, I tried the change, and it solved the problem. Should I submit the change to github? Or you will do that? Thank you. Best regards Yan Xiaoping -Original Message- From: Zhang, Qi Z Sent: 2020年5月19日 20:42 To: Yan, Xiaoping (NSB - CN/Hangzhou) ; Guo, Jia ; Xing, Beilei Cc: dev@dpdk.

[dpdk-dev] [PATCH 2/2] net/pcap: add TODO for writing Tx HW timestamp

2020-05-23 Thread Vivien Didelot
In order to write a packet with hardware timestamp enabled into a PCAP file, we need to convert its device specific raw timestamp first. This might not be trivial since querying the raw clock value from the device is still experimental, and derivating the frequency would ideally require an additio

Re: [dpdk-dev] net/i40e: fix error setting for L2TAG

2020-05-23 Thread Yan, Xiaoping (NSB - CN/Hangzhou)
Hi, In which dpdk release, this fix will be available? Thank you. Best regards Yan Xiaoping -Original Message- From: Ye Xiaolong Sent: 2020年5月21日 8:23 To: Jeff Guo Cc: beilei.x...@intel.com; qi.z.zh...@intel.com; jianbo@linaro.org; Yan, Xiaoping (NSB - CN/Hangzhou) ; dev@dpdk.org

[dpdk-dev] [PATCH 1/2] net/pcap: support software Tx nanosecond timestamp

2020-05-23 Thread Vivien Didelot
When capturing packets into a PCAP file, DPDK currently uses microseconds for the timestamp. But libpcap supports interpreting tv_usec as nanoseconds depending on the file timestamp precision. To support this, use PCAP_TSTAMP_PRECISION_NANO when creating the empty PCAP file as specified by PCAP_OP

Re: [dpdk-dev] [PATCH 20.08 9/9] config/arm: support python3 only

2020-05-23 Thread Thomas Monjalon
22/05/2020 16:10, Kilheeney, Louise: > From: Thomas Monjalon > > 22/05/2020 15:23, Louise Kilheeney: > > > Changed script to explicitly use python3 only. > > > > What is the reason of this change? > > since python 2 is EOL, Making these scripts to use python3-only, > it's part of a general upda

Re: [dpdk-dev] [PATCH 2/2] net/pcap: add TODO for writing Tx HW timestamp

2020-05-23 Thread Stephen Hemminger
On Sat, 23 May 2020 13:21:30 -0400 Vivien Didelot wrote: > In order to write a packet with hardware timestamp enabled into a > PCAP file, we need to convert its device specific raw timestamp first. > > This might not be trivial since querying the raw clock value from > the device is still experi

Re: [dpdk-dev] [PATCH 1/2] net/pcap: support software Tx nanosecond timestamp

2020-05-23 Thread Stephen Hemminger
On Sat, 23 May 2020 13:21:29 -0400 Vivien Didelot wrote: > When capturing packets into a PCAP file, DPDK currently uses > microseconds for the timestamp. But libpcap supports interpreting > tv_usec as nanoseconds depending on the file timestamp precision. > > To support this, use PCAP_TSTAMP_PRE

Re: [dpdk-dev] net/iavf: fix protocol field selector configure

2020-05-23 Thread Jeff Guo
hi, qi On 5/23/2020 10:03 AM, Zhang, Qi Z wrote: -Original Message- From: Guo, Jia Sent: Saturday, May 23, 2020 7:18 AM To: Xing, Beilei ; Zhang, Qi Z ; Wu, Jingjing Cc: Ye, Xiaolong ; dev@dpdk.org; Guo, Jia Subject: [dpdk-dev] net/iavf: fix protocol field selector configure When V

[dpdk-dev] [dpdk-dev v2] net/iavf: fix protocol field selector configure

2020-05-23 Thread Jeff Guo
When VFs configure the rss rule by virtchnl, it need to set bit mask into the field selector for the protocol, then PF got the configure massage and parse the field selector to the corresponding protocol field. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Jeff Guo