[PATCH net-next 4/5] rocker: add offload_fwd_mark support

2015-07-08 Thread sfeldma
From: Scott Feldman If device flags ingress packet as "fwd offload", mark the skb->offlaod_fwd_mark using the ingress port's dev->offlaod_fwd_mark. This will be the hint to the kernel that this packet has already been forwarded by device to egress ports matching skb->offlaod_fwd_mark. For rocke

Re: [PATCH net-next 4/5] rocker: add offload_fwd_mark support

2015-07-08 Thread Simon Horman
Hi Scott, On Wed, Jul 08, 2015 at 04:16:42PM -0700, sfel...@gmail.com wrote: > From: Scott Feldman > > If device flags ingress packet as "fwd offload", mark the > skb->offlaod_fwd_mark using the ingress port's dev->offlaod_fwd_mark. This > will be the hint to the kernel that this packet has alr

Re: [PATCH net-next 4/5] rocker: add offload_fwd_mark support

2015-07-08 Thread Scott Feldman
On Wed, Jul 8, 2015 at 9:26 PM, Simon Horman wrote: > Hi Scott, > > On Wed, Jul 08, 2015 at 04:16:42PM -0700, sfel...@gmail.com wrote: >> From: Scott Feldman >> >> If device flags ingress packet as "fwd offload", mark the >> skb->offlaod_fwd_mark using the ingress port's dev->offlaod_fwd_mark. T