Re: [dpdk-dev] [PATCH] l2fwd-event: fix lcore allocation in poll mode

2020-02-15 Thread Jerin Jacob
On Mon, Feb 3, 2020 at 10:16 AM wrote: > > From: Pavan Nikhilesh > > Skip master lcore when assigning cores to rx_queues as it is only used > to print stats. > > Fixes: 4ff457986f76 ("examples/l2fwd-event: add default poll mode routines") > Cc: sta...@dpdk.org > > Signed-off-by: Pavan Nikhilesh

[dpdk-dev] [pull-request] next-eventdev 20.02 RC3 or RC4

2020-02-15 Thread Jerin Jacob Kollanukkaran
The following changes since commit a0c2b3d8ee501b90eb11c2a82da0aaca19362bd3: drivers/crypto: fix session-less mode (2020-02-13 12:41:21 +0100) are available in the Git repository at: http://dpdk.org/git/next/dpdk-next-eventdev for you to fetch changes up to d80f21aa782a1701dd407334485c09df6

Re: [dpdk-dev] [PATCH v3] net/i40e: relaxed barrier in the tx fastpath

2020-02-15 Thread Jerin Jacob
On Sat, Feb 8, 2020 at 7:22 PM Gavin Hu wrote: > > To keep ordering of mixed accesses, rte_cio is sufficient. > The rte_io barrier is overkill.[1] > > [1] http://inbox.dpdk.org/dev/CALBAE1M-ezVWCjqCZDBw+MMDEC4O9 > qf0kpn89emdgdajepk...@mail.gmail.com > > Signed-off-by: Gavin Hu > --- > V3: > - op

[dpdk-dev] [PATCH] net/octeontx2: fix ptp functionality

2020-02-15 Thread Harman Kalra
PTP functionality has been broken after a change in kernel where enum npc_kpu_lc_ltype is change to allow adjustment of LTYPE_MASK to detect all types of IP headers. Syncing the required changes in DPDK to fix the issue. Fixes: b5dc3140448e ("net/octeontx2: support base PTP") Cc: sta...@dpdk.org

Re: [dpdk-dev] L3fwd-power queue utilization issue

2020-02-15 Thread Harman Kalra
On Fri, Feb 14, 2020 at 05:35:53PM +0530, Soumen Chandra Laha wrote: > Hi, > > I'm trying to run l3fwd-power application for 2 Port with queue. Always > only queue 1 of port 0 and port 1 are utilized. > CPU C-state, hpet are enabled, ports are binded to igb_uio. > Tried with NIC's x772 (10 GbE) a

Re: [dpdk-dev] [PATCH v1 1/1] net/octeontx2: fix flow control initial state

2020-02-15 Thread Jerin Jacob
On Thu, Feb 6, 2020 at 9:57 AM wrote: > > From: Vamsi Attunuru > > Currently when application requests for RTE_FC_NONE earlier > than PMD's internal fc mode update, flow control set routine > is returning without updating the flow control state. > > Patch updates the PMD's internal fc mode detail

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Pavan Nikhilesh Bhagavatula
Hi Gavin, >Hi Pavan, > >> -Original Message- >> From: pbhagavat...@marvell.com >> Sent: Friday, February 14, 2020 2:45 PM >> To: jer...@marvell.com; Pavan Nikhilesh > >> Cc: Gavin Hu ; dev@dpdk.org >> Subject: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from >dualslot >> dequeue >> >>

Re: [dpdk-dev] [RFC] DPDK Trace support

2020-02-15 Thread Jerin Jacob
On Fri, Jan 17, 2020 at 4:24 PM Jerin Jacob wrote: > > On Fri, Jan 17, 2020 at 4:00 PM Mattias Rönnblom > wrote: > > > > > > LTTng kernel tracing only needs kmod support. > > > For the userspace tracing at minium following libraries are required. > > > > > > a) LTTng-UST > > > b) LTTng-tools > >

Re: [dpdk-dev] 17.11.10 (LTS) patches review and test

2020-02-15 Thread Luca Boccassi
On Thu, 30 Jan 2020 at 10:08, Luca Boccassi wrote: > > On Mon, 2020-01-13 at 12:47 +, Luca Boccassi wrote: > > Hi all, > > > > Here is a list of patches targeted for LTS release 17.11.10. > > This will be the last 17.11 release. > > > > The planned date for the final release is the 30th of Jan

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Gavin Hu
Reviewed-by: Gavin Hu

Re: [dpdk-dev] [PATCH 1/2] net/qede: Fix VF re-load failure after ungraceful termination of DPDK

2020-02-15 Thread Jerin Jacob
On Fri, Feb 7, 2020 at 11:52 AM Rasesh Mody wrote: > > +Jerin > > >From: dev On Behalf Of Manish Chopra > >Sent: Thursday, February 06, 2020 12:02 PM > > > >On ungraceful termination of DPDK application, PMD VF driver fails to re-load > >due to PF seeing the VF in unexpected state during VF acqu

Re: [dpdk-dev] [RFC] meter: fix ABI break due to experimental tag removal

2020-02-15 Thread Neil Horman
On Fri, Feb 14, 2020 at 09:52:53PM +, Bruce Richardson wrote: > On Fri, Feb 14, 2020 at 03:48:48PM -0500, Neil Horman wrote: > > On Fri, Feb 14, 2020 at 11:36:34AM +, Bruce Richardson wrote: > > > On Thu, Feb 13, 2020 at 09:40:40PM -0500, Neil Horman wrote: > > > > On Thu, Feb 13, 2020 at 0

Re: [dpdk-dev] [PATCH] event/octeontx2: remove WFE from dualslot dequeue

2020-02-15 Thread Jerin Jacob
On Sat, Feb 15, 2020 at 5:53 PM Gavin Hu wrote: > > Reviewed-by: Gavin Hu Applied to dpdk-next-eventdev/master. Thanks.

Re: [dpdk-dev] [pull-request] next-eventdev 20.02 RC3 or RC4

2020-02-15 Thread Thomas Monjalon
15/02/2020 09:15, Jerin Jacob Kollanukkaran: > http://dpdk.org/git/next/dpdk-next-eventdev Pulled, thanks

Re: [dpdk-dev] [PATCH] net/octeontx2: fix ptp functionality

2020-02-15 Thread Jerin Jacob
On Sat, Feb 15, 2020 at 2:05 PM Harman Kalra wrote: > > PTP functionality has been broken after a change in kernel > where enum npc_kpu_lc_ltype is change to allow adjustment of > LTYPE_MASK to detect all types of IP headers. > Syncing the required changes in DPDK to fix the issue. > > Fixes: b5dc

Re: [dpdk-dev] [PATCH] maintainers: update for NFP

2020-02-15 Thread Thomas Monjalon
11/02/2020 13:23, Heinrich Kuhn: > Jan is no longer with Netronome. Remove him as maintainer for the > Netronome PMD > > Signed-off-by: Heinrich Kuhn Applied

Re: [dpdk-dev] [PATCH] doc: add rte_ring_xxx_elem introduction to rel notes

2020-02-15 Thread Thomas Monjalon
26/01/2020 18:40, Honnappa Nagarahalli: > Added introduction of rte_ring_xxx_elem APIs to release notes. Fixes: cc4b218790f6 ("ring: support configurable element size") > Signed-off-by: Honnappa Nagarahalli Applied, thanks

Re: [dpdk-dev] [PATCH v4] net/i40e: relaxed barrier in the tx fastpath

2020-02-15 Thread Ye Xiaolong
s/relaxed/relax On 02/12, Gavin Hu wrote: >To keep ordering of mixed accesses, rte_cio is sufficient. >The rte_io barrier inside the I40E_PCI_REG_WRITE is overkill.[1] > >[1] http://inbox.dpdk.org/dev/CALBAE1M-ezVWCjqCZDBw+MMDEC4O9 >qf0kpn89emdgdajepk...@mail.gmail.com > >Fixes: 4861cde46116 ("i40

Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix blocking system events

2020-02-15 Thread Ye Xiaolong
On 01/15, taox@intel.com wrote: >From: Zhu Tao > >IXGBE link status task use rte alarm thread in old implementation. s/use/uses >Sometime ixgbe link status task takes up to 9 seconds. This will >severely affect the rte-alarm-thread-dependent a task in the >system, like interrupt or hotplug e

Re: [dpdk-dev] [PATCH 2/2] doc: change prog guide to reflect rte_ring_xxx_elem apis

2020-02-15 Thread Thomas Monjalon
31/01/2020 04:59, Honnappa Nagarahalli: > Changed the rte_ring chapter in programmer's guide to reflect > the addition of rte_ring_xxx_elem APIs. References to pointers > as ring elements is changed to generic term 'objects'. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Gavin Hu Serie

Re: [dpdk-dev] [PATCH 0/2] Do proper dependency tracking for doxygen

2020-02-15 Thread Thomas Monjalon
17/01/2020 12:22, Bruce Richardson: > When building doxygen docs as part of the build, there was no tracking > being done of the files processed, so that doxygen can be re-run if needed. > This patchset adds that tracking support, by generating a gcc-style > ".d" file for the custom targets used in

[dpdk-dev] [PATCH v2] devtools: check c99 comment use in checkpatches.sh

2020-02-15 Thread Lance Richardson
C99-style comments are not permitted according to DPDK coding style guidelines, enable checking for these by checkpatch.pl. Signed-off-by: Lance Richardson --- v2: * Fixed a typo in commit message. devtools/checkpatches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devt

[dpdk-dev] [PATCH 20.05] net/af_packet: support default mac address change

2020-02-15 Thread Stephen Hemminger
Since packet is talking to a network device (probably tap) it is possible for the device driver to change the hardware address by making an ioctl to kernel. Signed-off-by: Stephen Hemminger --- drivers/net/af_packet/rte_eth_af_packet.c | 28 +++ 1 file changed, 28 insertions(

Re: [dpdk-dev] [PATCH v1] net/axgbe: add register dump support

2020-02-15 Thread Kumar, Ravi1
[AMD Official Use Only - Internal Distribution Only] Acked-by: Ravi Kumar > >-Original Message- >From: Namburu, Chandu-babu >Sent: Tuesday, February 11, 2020 3:58 PM >To: dev@dpdk.org >Cc: Kumar, Ravi1 ; Somalapuram, Amaranath > >Subject: [PATCH v1] net/axgbe: add register dump suppor

Re: [dpdk-dev] [PATCH v1] net/axgbe: add debug logs

2020-02-15 Thread Kumar, Ravi1
[AMD Official Use Only - Internal Distribution Only] Acked-by: Ravi Kumar > > >-Original Message- >From: Namburu, Chandu-babu >Sent: Tuesday, February 11, 2020 1:50 PM >To: dev@dpdk.org >Cc: Kumar, Ravi1 ; Somalapuram, Amaranath > >Subject: [PATCH v1] net/axgbe: add debug logs > >From