DPDK patches and discussions
 help / color / mirror / Atom feed
From: Sunil Kumar Kori <skori@marvell.com>
To: Jerin Jacob <jerinjacobk@gmail.com>
Cc: Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>,
	Kiran Kumar Kokkilagadda <kirankumark@marvell.com>,
	Satha Koteswara Rao Kottidi <skoteshwar@marvell.com>,
	dpdk-dev <dev@dpdk.org>
Subject: RE: [EXT] Re: [PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table
Date: Tue, 21 Jun 2022 07:19:52 +0000	[thread overview]
Message-ID: <CO6PR18MB3860D7FD81DE1B6FACBA5BC9B4B39@CO6PR18MB3860.namprd18.prod.outlook.com> (raw)
In-Reply-To: <CALBAE1Ouvja2zf-A1eqRHcg_dn0U4_hRBtoBqePnJa9=a5dBmQ@mail.gmail.com>

> -----Original Message-----
> From: Jerin Jacob <jerinjacobk@gmail.com>
> Sent: Monday, June 20, 2022 11:14 PM
> To: Sunil Kumar Kori <skori@marvell.com>
> Cc: Nithin Kumar Dabilpuram <ndabilpuram@marvell.com>; Kiran Kumar
> Kokkilagadda <kirankumark@marvell.com>; Satha Koteswara Rao Kottidi
> <skoteshwar@marvell.com>; dpdk-dev <dev@dpdk.org>
> Subject: [EXT] Re: [PATCH v3 2/2] net/cnxk: support ops to update precolor
> VLAN table
> 
> External Email
> 
> ----------------------------------------------------------------------
> On Thu, Jun 16, 2022 at 5:24 PM <skori@marvell.com> wrote:
> >
> > From: Sunil Kumar Kori <skori@marvell.com>
> >
> > Implement API to update VLAN table for pre-coloring for incoming
> > packet per nixlf for CN10K platform.
> >
> > Depends-on: patch-23516 ("app/testpmd: support different input color
> > method")
> 
> Actually, it does not depend on testpmd. You can remove this.
> 
Ack.
> 
> >
> > Signed-off-by: Sunil Kumar Kori <skori@marvell.com>
> 
> Build issues with clang
> https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__mails.dpdk.org_archives_test-2Dreport_2022-
> 2DJune_289909.html&d=DwIBaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=dXeXaA
> MkP5COgn1zxHMyaF1_d9IIuq6vHQO6NrIPjaE&m=nnqy_NateM77p8iH4wZg
> Qo6L5fn4uooaWcTssYSSokB_T7e76Q6X0frgAAOLcmDq&s=0aRLT69gIzdOBXJq
> jzM_MhnXYvWh_R7T0rhKz9-xAkI&e=
> https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__patches.dpdk.org_project_dpdk_patch_20220616115402.772274-2D2-
> 2Dskori-
> 40marvell.com_&d=DwIBaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=dXeXaAMkP5
> COgn1zxHMyaF1_d9IIuq6vHQO6NrIPjaE&m=nnqy_NateM77p8iH4wZgQo6L5f
> n4uooaWcTssYSSokB_T7e76Q6X0frgAAOLcmDq&s=1ILtkOaqc8Hdzfe_UyOR1
> HUClBh0EVz5BHzEe9iQfEk&e=
> 
Ack.

> > ---
> > v2..v3:
> >  - Fix dscp table runtime update error.
> >
> > v1..v2:
> >  - Aligned with latest input color spec.
> >
> >  drivers/net/cnxk/cnxk_ethdev.c     |   1 +
> >  drivers/net/cnxk/cnxk_ethdev.h     |   3 +-
> >  drivers/net/cnxk/cnxk_ethdev_mtr.c | 284
> > ++++++++++++++++++++++++++---

[snip]

  reply	other threads:[~2022-06-21  7:19 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-01  9:00 [PATCH v1 1/3] common/cnxk: update precolor table setup for VLAN skori
2022-03-01  9:00 ` [PATCH v1 2/3] net/cnxk: support ops to update precolor VLAN table skori
2022-06-16  9:48   ` [PATCH v2 1/2] common/cnxk: update precolor table setup for VLAN skori
2022-06-16  9:48     ` [PATCH v2 2/2] net/cnxk: support ops to update precolor VLAN table skori
2022-06-16 11:54       ` [PATCH v3 1/2] common/cnxk: update precolor table setup for VLAN skori
2022-06-16 11:54         ` [PATCH v3 2/2] net/cnxk: support ops to update precolor VLAN table skori
2022-06-20 17:44           ` Jerin Jacob
2022-06-21  7:19             ` Sunil Kumar Kori [this message]
2022-06-21  7:35           ` [PATCH v4 1/2] common/cnxk: update precolor table setup for VLAN skori
2022-06-21  7:35             ` [PATCH v4 2/2] net/cnxk: support ops to update precolor VLAN table skori
2022-08-22 12:33               ` Jerin Jacob
2022-03-01  9:00 ` [PATCH v1 3/3] app/testpmd: support different input color method skori
2022-05-20 22:09   ` Ferruh Yigit
2022-05-21  7:07     ` [EXT] " Sunil Kumar Kori
2022-05-23  8:43       ` Ferruh Yigit
2022-05-24  7:35   ` [PATCH v2 1/1] " skori
2022-05-25 12:36     ` Dumitrescu, Cristian
2022-05-25 14:32       ` Sunil Kumar Kori
2022-05-25 14:37     ` skori
2022-05-25 14:41       ` Dumitrescu, Cristian
2022-05-31 15:41         ` Andrew Rybchenko
2022-06-03 13:03           ` [EXT] " Sunil Kumar Kori
2022-06-03 13:06       ` [PATCH v3 " skori
2022-06-08 12:06         ` Andrew Rybchenko
2022-06-14 10:05         ` [PATCH v4 " skori
2022-06-23 11:05           ` Andrew Rybchenko
2022-06-23 12:54             ` [EXT] " Sunil Kumar Kori
2022-06-23 12:57           ` [PATCH v5 " skori
2022-06-23 13:07             ` Sunil Kumar Kori
2022-06-24 12:44             ` Andrew Rybchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CO6PR18MB3860D7FD81DE1B6FACBA5BC9B4B39@CO6PR18MB3860.namprd18.prod.outlook.com \
    --to=skori@marvell.com \
    --cc=dev@dpdk.org \
    --cc=jerinjacobk@gmail.com \
    --cc=kirankumark@marvell.com \
    --cc=ndabilpuram@marvell.com \
    --cc=skoteshwar@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).