[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20180402095159.54c48aba@xeon-e3>
Date: Mon, 2 Apr 2018 09:51:59 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: "Md. Islam" <mislam4@...t.edu>
Cc: netdev@...r.kernel.org, David Miller <davem@...emloft.net>,
David Ahern <dsahern@...il.com>, agaceph@...il.com,
Pavel Emelyanov <xemul@...nvz.org>,
Eric Dumazet <edumazet@...gle.com>,
alexei.starovoitov@...il.com, brouer@...hat.com
Subject: Re: [PATCH v15 ] net/veth/XDP: Line-rate packet forwarding in
kernel
On Sun, 1 Apr 2018 20:47:28 -0400
"Md. Islam" <mislam4@...t.edu> wrote:
> This patch implements IPv4 forwarding on xdp_buff. I added a new
> config option XDP_ROUTER. Kernel would forward packets through fast
> path when this option is enabled. But it would require driver support.
> Currently it only works with veth. Here I have modified veth such that
> it outputs xdp_buff. I created a testbed in Mininet. The Mininet
> script (topology.py) is attached. Here the topology is:
Having XDP routing would be great.
The solution you have chosen that by changing each driver does
not scale well since it requires lots of changes and is not ready
for upstream.
Powered by blists - more mailing lists