netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@kernel.org>
To: Suman Ghosh <sumang@marvell.com>
Cc: Sunil Kovvuri Goutham <sgoutham@marvell.com>,
	Geethasowjanya Akula <gakula@marvell.com>,
	Subbaraya Sundeep Bhatta <sbhatta@marvell.com>,
	Hariprasad Kelam <hkelam@marvell.com>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"edumazet@google.com" <edumazet@google.com>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"pabeni@redhat.com" <pabeni@redhat.com>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Linu Cherian <lcherian@marvell.com>,
	Jerin Jacob <jerinj@marvell.com>,
	"john.fastabend@gmail.com" <john.fastabend@gmail.com>,
	Bharat Bhushan <bbhushan2@marvell.com>,
	"hawk@kernel.org" <hawk@kernel.org>,
	"andrew+netdev@lunn.ch" <andrew+netdev@lunn.ch>,
	"ast@kernel.org" <ast@kernel.org>,
	"daniel@iogearbox.net" <daniel@iogearbox.net>,
	"bpf@vger.kernel.org" <bpf@vger.kernel.org>,
	"larysa.zaremba@intel.com" <larysa.zaremba@intel.com>
Subject: Re: [EXTERNAL] Re: [net-next PATCH v5 2/6] octeontx2-pf: Add AF_XDP non-zero copy support
Date: Tue, 11 Feb 2025 10:09:41 +0000	[thread overview]
Message-ID: <20250211100941.GI554665@kernel.org> (raw)
In-Reply-To: <SJ0PR18MB521635EA615322287FB56A37DBFD2@SJ0PR18MB5216.namprd18.prod.outlook.com>

On Tue, Feb 11, 2025 at 07:07:02AM +0000, Suman Ghosh wrote:
> >Hi Suman,
> >
> >If this is a bug fix then it should be targeted at net, which implies
> >splitting it out of this patch-set.
> >
> >If, on the other hand, it is not a fix then it should not have a Fixes
> >tag.
> >In that case you can cite a commit using this syntax:
> >
> >commit 06059a1a9a4a ("octeontx2-pf: Add XDP support to netdev PF")
> >
> >Unlike a Fixes tag it:
> >* Should be in the body of the patch description,
> >  rather than part of the tags at the bottom of the patch description
> >* May be line wrapped
> >* Can me included in a sentence
> [Suman] Hi Simon,
> This was suggested the Paolo in v3. He suggested this to simplify the merging process but to add the fix tag.

Thanks Suman,

Sorry for missing Paolo's advice on v3 [1].

[1] https://lore.kernel.org/netdev/dddca9a4-9ee3-4da1-b68d-26f208566d5d@redhat.com/

  reply	other threads:[~2025-02-11 10:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-06  8:50 [net-next PATCH v5 0/6] Add af_xdp support for cn10k Suman Ghosh
2025-02-06  8:50 ` [net-next PATCH v5 1/6] octeontx2-pf: use xdp_return_frame() to free xdp buffers Suman Ghosh
2025-02-10 16:25   ` Simon Horman
2025-02-10 17:53     ` Simon Horman
2025-02-12  6:45       ` [EXTERNAL] " Suman Ghosh
2025-02-12  6:44     ` Suman Ghosh
2025-02-10 17:54   ` Simon Horman
2025-02-12  6:52     ` [EXTERNAL] " Suman Ghosh
2025-02-06  8:50 ` [net-next PATCH v5 2/6] octeontx2-pf: Add AF_XDP non-zero copy support Suman Ghosh
2025-02-10 16:41   ` Simon Horman
2025-02-11  7:07     ` [EXTERNAL] " Suman Ghosh
2025-02-11 10:09       ` Simon Horman [this message]
2025-02-06  8:50 ` [net-next PATCH v5 3/6] octeontx2-pf: AF_XDP zero copy receive support Suman Ghosh
2025-02-10 17:56   ` Simon Horman
2025-02-12  7:32     ` [EXTERNAL] " Suman Ghosh
2025-02-06  8:50 ` [net-next PATCH v5 4/6] octeontx2-pf: Reconfigure RSS table after enabling AF_XDP zerocopy on rx queue Suman Ghosh
2025-02-06  8:50 ` [net-next PATCH v5 5/6] octeontx2-pf: Prepare for AF_XDP Suman Ghosh
2025-02-10 17:57   ` Simon Horman
2025-02-12  8:51     ` [EXTERNAL] " Suman Ghosh
2025-02-06  8:50 ` [net-next PATCH v5 6/6] octeontx2-pf: AF_XDP zero copy transmit support Suman Ghosh
2025-02-07 11:40   ` kernel test robot

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=20250211100941.GI554665@kernel.org \
    --to=horms@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=ast@kernel.org \
    --cc=bbhushan2@marvell.com \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=gakula@marvell.com \
    --cc=hawk@kernel.org \
    --cc=hkelam@marvell.com \
    --cc=jerinj@marvell.com \
    --cc=john.fastabend@gmail.com \
    --cc=kuba@kernel.org \
    --cc=larysa.zaremba@intel.com \
    --cc=lcherian@marvell.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=sbhatta@marvell.com \
    --cc=sgoutham@marvell.com \
    --cc=sumang@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).