DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Jiang, Cheng1" <cheng1.jiang@intel.com>
To: "Xia, Chenbo" <chenbo.xia@intel.com>,
	Maxime Coquelin <maxime.coquelin@redhat.com>,
	"dev@dpdk.org" <dev@dpdk.org>,
	"jasowang@redhat.com" <jasowang@redhat.com>,
	"david.marchand@redhat.com" <david.marchand@redhat.com>,
	"Matz, Olivier" <olivier.matz@6wind.com>,
	"Ma, WenwuX" <wenwux.ma@intel.com>,
	"Zhang, Yuying" <yuying.zhang@intel.com>,
	"Singh, Aman Deep" <aman.deep.singh@intel.com>
Subject: RE: [PATCH v2 6/6] net/vhost: perform SW checksum in Tx path
Date: Fri, 10 Jun 2022 07:31:39 +0000	[thread overview]
Message-ID: <BL0PR11MB318775EF83D3ECC8002B18ACDCA69@BL0PR11MB3187.namprd11.prod.outlook.com> (raw)
In-Reply-To: <SN6PR11MB350478D965F754252FDF00C09CA69@SN6PR11MB3504.namprd11.prod.outlook.com>

Hi Maxime,

> -----Original Message-----
> From: Xia, Chenbo <chenbo.xia@intel.com>
> Sent: Friday, June 10, 2022 11:50 AM
> To: Maxime Coquelin <maxime.coquelin@redhat.com>; dev@dpdk.org;
> jasowang@redhat.com; david.marchand@redhat.com; Matz, Olivier
> <olivier.matz@6wind.com>; Ma, WenwuX <wenwux.ma@intel.com>; Zhang,
> Yuying <yuying.zhang@intel.com>; Singh, Aman Deep
> <aman.deep.singh@intel.com>
> Subject: RE: [PATCH v2 6/6] net/vhost: perform SW checksum in Tx path
> 
> +Cheng for review
> 
> > -----Original Message-----
> > From: Maxime Coquelin <maxime.coquelin@redhat.com>
> > Sent: Wednesday, June 8, 2022 8:50 PM
> > To: dev@dpdk.org; jasowang@redhat.com; Xia, Chenbo
> > <chenbo.xia@intel.com>; david.marchand@redhat.com; Matz, Olivier
> > <olivier.matz@6wind.com>; Ma, WenwuX <wenwux.ma@intel.com>;
> Zhang,
> > Yuying <yuying.zhang@intel.com>; Singh, Aman Deep
> > <aman.deep.singh@intel.com>
> > Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
> > Subject: [PATCH v2 6/6] net/vhost: perform SW checksum in Tx path
> >
> > Virtio specification supports guest checksum offloading for L4, which
> > is enabled with VIRTIO_NET_F_GUEST_CSUM feature negotiation.
> However,
> > the Vhost PMD does not advertise Tx checksum offload capabilities.
> >
> > Advertising these offload capabilities at the ethdev level is not
> > enough, because we could still end-up with the application enabling
> > these offloads while the guest not negotiating it.
> >
> > This patch advertises the Tx checksum offload capabilities, and
> > introduces a compatibility layer to cover the case
> > VIRTIO_NET_F_GUEST_CSUM has not been negotiated but the application
> > does configure the Tx checksum offloads. This function performs the L4
> > Tx checksum in SW for UDP and TCP.
> > Compared to Rx SW checksum, the Tx SW checksum function needs to
> > compute the pseudo-header checksum, as we cannot know whether it was
> > done before.
> >
> > This patch does not advertise SCTP checksum offloading capability for
> > now, but it could be handled later if the need arises.
> >
> > Reported-by: Jason Wang <jasowang@redhat.com>
> > Signed-off-by: Maxime Coquelin <maxime.coquelin@redhat.com>
> > ---

Reviewed-by: Cheng Jiang <cheng1.jiang@intel.com>


  reply	other threads:[~2022-06-10  7:31 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 12:49 [PATCH v2 0/6] Vhost checksum offload improvements Maxime Coquelin
2022-06-08 12:49 ` [PATCH v2 1/6] Revert "app/testpmd: modify mac in csum forwarding" Maxime Coquelin
2022-06-13 12:24   ` Singh, Aman Deep
2022-06-17 12:42     ` Maxime Coquelin
2022-06-08 12:49 ` [PATCH v2 2/6] vhost: fix missing enqueue pseudo-header calculation Maxime Coquelin
2022-06-08 12:49 ` [PATCH v2 3/6] net/vhost: enable compliant offloading mode Maxime Coquelin
2022-06-08 12:49 ` [PATCH v2 4/6] net/vhost: make VLAN stripping flag a boolean Maxime Coquelin
2022-06-08 12:49 ` [PATCH v2 5/6] net/vhost: perform SW checksum in Rx path Maxime Coquelin
2022-06-09  1:59   ` Xia, Chenbo
2022-06-10  3:49   ` Xia, Chenbo
2022-06-10  7:19     ` Jiang, Cheng1
2022-06-08 12:49 ` [PATCH v2 6/6] net/vhost: perform SW checksum in Tx path Maxime Coquelin
2022-06-09  2:26   ` Xia, Chenbo
2022-06-10  3:49   ` Xia, Chenbo
2022-06-10  7:31     ` Jiang, Cheng1 [this message]
2022-06-10  3:50   ` Xia, Chenbo
2022-06-17 14:06 ` [PATCH v2 0/6] Vhost checksum offload improvements Maxime Coquelin

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=BL0PR11MB318775EF83D3ECC8002B18ACDCA69@BL0PR11MB3187.namprd11.prod.outlook.com \
    --to=cheng1.jiang@intel.com \
    --cc=aman.deep.singh@intel.com \
    --cc=chenbo.xia@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=jasowang@redhat.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=olivier.matz@6wind.com \
    --cc=wenwux.ma@intel.com \
    --cc=yuying.zhang@intel.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).