XDP Newbie developer discussions
 help / color / mirror / Atom feed
From: Jesper Dangaard Brouer <brouer@redhat.com>
To: "Ethy H. Brito" <ethy.brito@inexo.com.br>
Cc: brouer@redhat.com,
	"xdp-newbies@vger.kernel.org" <xdp-newbies@vger.kernel.org>
Subject: Re: Newbie questions
Date: Fri, 18 Jun 2021 19:40:17 +0200	[thread overview]
Message-ID: <20210618194007.4dfb838b@carbon> (raw)
In-Reply-To: <20210618133106.01f2129b@babalu>

On Fri, 18 Jun 2021 13:31:06 -0300
"Ethy H. Brito" <ethy.brito@inexo.com.br> wrote:

> Hi All.
> 
> I've been doing some home work reading the docs and some doubts have raised.
> For reference, my environment is 
> 	Ubuntu 20.04
> 	kernel 5.4.0-66 
> 	tc utility, iproute2-ss200127.
> 
> 1) https://xdp-project.net/areas/cpumap.html#cpumap--Create-script-MQ-HTB-silo-setup says that: 
> 	"XPS (Transmit Packet Steering) will take precedence over any changes to 
> 	skb->queue_mapping. You need to disable *XDP* via mask=00 in files 
> 	/sys/class/net/DEV/queues/tx-*/xps_cpus"
> 
> Shouldn't it say I need to disable *XPS* (not XDP) using mask=00??

You are absolutely right it is a typo. Can I ask you to fix that and
send a GitHub PR?

The file you need to change is:
 https://github.com/xdp-project/xdp-project/blob/master/areas/cpumap.org

 
> 2) Taking tc_mq_htb_setup_example.sh as reference, how to enable XDP?

XDP gets enabled when you load an XDP program.

> Since I have to disable XPS, I assume I have to enable something in
> replacement, right?

No, XPS is just a kernel feature you need to disable, because it
conflicts with the TC-BPF program usage of skb->queue_mapping.


> How to set that CPU-0 will deal with mq queue 7FFF:1, CPU-1 will deal
> with 7FFF:2, and so on?

That is the role of the XDP program that redirect into a cpumap, and
the key in the cpumap is the CPU number.

 
> 3) Is XDP available in kernel 5.4.0 ?

I think so.

The real question is what NIC card drivers are you using?


> 4) Is XPS a suitable "substitute" for XDP ?

XPS and XDP are completely unrelated kernel features.

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


  reply	other threads:[~2021-06-18 17:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18 16:31 Newbie questions Ethy H. Brito
2021-06-18 17:40 ` Jesper Dangaard Brouer [this message]
2021-06-18 20:37   ` Ethy H. Brito
2021-06-22  1:28     ` Ethy H. Brito
2021-06-22  9:18       ` Jesper Dangaard Brouer

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=20210618194007.4dfb838b@carbon \
    --to=brouer@redhat.com \
    --cc=ethy.brito@inexo.com.br \
    --cc=xdp-newbies@vger.kernel.org \
    /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