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/
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
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.
> >> -
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
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
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
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
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.
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
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
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
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
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
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
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
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
16 matches
Mail list logo