Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-04 Thread Hangbin Liu
Hi John, On Thu, Feb 04, 2021 at 09:03:23AM -0800, Jakub Kicinski wrote: > New patchwork can actually find messages by Message-ID header. > > Just slap message ID of one of the patches at the end of: > > https://patchwork.kernel.org/project/netdevbpf/patch/ > > And there is a link to entire seri

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-04 Thread Jakub Kicinski
On Thu, 04 Feb 2021 12:00:29 +0100 Toke Høiland-Jørgensen wrote: > >> Patchwork is usually the first place to check: > > > > Thanks John for the link. > >> > >> > >> https://patchwork.kernel.org/project/netdevbpf/list/?series=421095&state=* > >> > > > > Before I sent the email I only chec

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-04 Thread Hangbin Liu
On Thu, Feb 04, 2021 at 01:09:22PM +0100, Maciej Fijalkowski wrote: > > I think I would just resubmit with a rebase + a note in the changelog > > that we concluded no further change was needed :) > > I only asked for imperative mood in commit messages, but not sure if > anyone cares ;) I will try

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-04 Thread Maciej Fijalkowski
On Thu, Feb 04, 2021 at 12:00:29PM +0100, Toke Høiland-Jørgensen wrote: > Hangbin Liu writes: > > > On Wed, Feb 03, 2021 at 06:53:20PM -0800, John Fastabend wrote: > >> Hangbin Liu wrote: > >> > Hi Daniel, Alexei, > >> > > >> > It has been one week after Maciej, Toke, John's review/ack. What sho

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-04 Thread Toke Høiland-Jørgensen
Hangbin Liu writes: > On Wed, Feb 03, 2021 at 06:53:20PM -0800, John Fastabend wrote: >> Hangbin Liu wrote: >> > Hi Daniel, Alexei, >> > >> > It has been one week after Maciej, Toke, John's review/ack. What should >> > I do to make a progress for this patch set? >> > >> >> Patchwork is usually

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-03 Thread Hangbin Liu
On Wed, Feb 03, 2021 at 06:53:20PM -0800, John Fastabend wrote: > Hangbin Liu wrote: > > Hi Daniel, Alexei, > > > > It has been one week after Maciej, Toke, John's review/ack. What should > > I do to make a progress for this patch set? > > > > Patchwork is usually the first place to check: Than

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-03 Thread John Fastabend
Hangbin Liu wrote: > Hi Daniel, Alexei, > > It has been one week after Maciej, Toke, John's review/ack. What should > I do to make a progress for this patch set? > Patchwork is usually the first place to check: https://patchwork.kernel.org/project/netdevbpf/list/?series=421095&state=* Looks l

Re: [PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-02-03 Thread Hangbin Liu
Hi Daniel, Alexei, It has been one week after Maciej, Toke, John's review/ack. What should I do to make a progress for this patch set? Thanks Hangbin On Mon, Jan 25, 2021 at 08:45:10PM +0800, Hangbin Liu wrote: > This patch is for xdp multicast support. which has been discussed before[0], > The g

[PATCHv17 bpf-next 0/6] xdp: add a new helper for dev map multicast support

2021-01-25 Thread Hangbin Liu
This patch is for xdp multicast support. which has been discussed before[0], The goal is to be able to implement an OVS-like data plane in XDP, i.e., a software switch that can forward XDP frames to multiple ports. To achieve this, an application needs to specify a group of interfaces to forward a