netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jesper Dangaard Brouer <brouer@redhat.com>
To: "Penigalapati, Sandeep" <sandeep.penigalapati@intel.com>
Cc: Sven Auhagen <sven.auhagen@voleatech.de>,
	"Nguyen, Anthony L" <anthony.l.nguyen@intel.com>,
	"Fijalkowski, Maciej" <maciej.fijalkowski@intel.com>,
	"kuba@kernel.org" <kuba@kernel.org>,
	"davem@davemloft.net" <davem@davemloft.net>,
	"intel-wired-lan@lists.osuosl.org"
	<intel-wired-lan@lists.osuosl.org>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"nhorman@redhat.com" <nhorman@redhat.com>,
	"sassmann@redhat.com" <sassmann@redhat.com>,
	"pmenzel@molgen.mpg.de" <pmenzel@molgen.mpg.de>,
	brouer@redhat.com
Subject: Re: [PATCH v4 2/6] igb: take vlan double header into account
Date: Tue, 8 Dec 2020 12:39:01 +0100	[thread overview]
Message-ID: <20201208123901.20e87ee5@carbon> (raw)
In-Reply-To: <MW3PR11MB45544E9B9B610CC6553F246B9CCD0@MW3PR11MB4554.namprd11.prod.outlook.com>

On Tue, 8 Dec 2020 10:52:28 +0000
"Penigalapati, Sandeep" <sandeep.penigalapati@intel.com> wrote:

> On Tue, Dec 01, 2020 at 09:58:52AM +0100, Jesper Dangaard Brouer wrote:
> > > On Tue, 1 Dec 2020 08:23:23 +0000
> > > "Penigalapati, Sandeep" <sandeep.penigalapati@intel.com> wrote:
> > >  
> > > > Tested-by: Sandeep Penigalapati <sandeep.penigalapati@intel.com>  
> > >
> > > Very happy that you are testing this.
> > >
> > > Have you also tested that samples/bpf/ xdp_redirect_cpu program works?  
> > 
> > Hi Jesper,
> > 
> > I have tested the xdp routing example but it would be good if someone can
> > double check this.
> > 
> Hi Jesper, Sven
> 
> I have tested xdp_redirect_cpu and it is working.

Thanks this is great to hear.

You have tested with large frames right?  As cpumap just creates SKBs
based on xdp_frame, and send them to the normal network stack (on
remote CPU), you can just to a standard TCP-stream throughput test with
iperf or netperf.  That should hopefully blowup if we screwed up the
boundaries of the two packets sharing the same page.  (In principle we
should verify the content of the TCP transfer, so maybe a scp + md5sum
is a better test).

-- 
Best regards,
  Jesper Dangaard Brouer
  MSc.CS, Principal Kernel Engineer at Red Hat
  LinkedIn: http://www.linkedin.com/in/brouer


  reply	other threads:[~2020-12-08 11:40 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-11 17:04 [PATCH v4 0/6] igb: xdp patches followup sven.auhagen
2020-11-11 17:04 ` [PATCH v4 1/6] igb: XDP xmit back fix error code sven.auhagen
2020-12-08 12:47   ` Penigalapati, Sandeep
2020-11-11 17:04 ` [PATCH v4 2/6] igb: take vlan double header into account sven.auhagen
2020-12-01  8:23   ` Penigalapati, Sandeep
2020-12-01  8:58     ` Jesper Dangaard Brouer
2020-12-05  9:42       ` Sven Auhagen
2020-12-08 10:52         ` Penigalapati, Sandeep
2020-12-08 11:39           ` Jesper Dangaard Brouer [this message]
2020-11-11 17:04 ` [PATCH v4 3/6] igb: XDP extack message on error sven.auhagen
2020-11-11 17:04 ` [PATCH v4 4/6] igb: skb add metasize for xdp sven.auhagen
2020-12-08 12:50   ` Penigalapati, Sandeep
2020-11-11 17:04 ` [PATCH v4 5/6] igb: use xdp_do_flush sven.auhagen
2020-12-01  7:30   ` Penigalapati, Sandeep
2020-11-11 17:04 ` [PATCH v4 6/6] igb: avoid transmit queue timeout in xdp path sven.auhagen
2020-11-24 14:49   ` Penigalapati, Sandeep

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=20201208123901.20e87ee5@carbon \
    --to=brouer@redhat.com \
    --cc=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=intel-wired-lan@lists.osuosl.org \
    --cc=kuba@kernel.org \
    --cc=maciej.fijalkowski@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=nhorman@redhat.com \
    --cc=pmenzel@molgen.mpg.de \
    --cc=sandeep.penigalapati@intel.com \
    --cc=sassmann@redhat.com \
    --cc=sven.auhagen@voleatech.de \
    /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).