Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, Dmitry Kravkov wrote: > On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: > > > > if (skb->ip_summed == CHECKSUM_PARTIAL && > > skb_checksum_help(skb)) > > @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff > > *skb, struct

Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Dmitry Kravkov
On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: > > if (skb->ip_summed == CHECKSUM_PARTIAL && > skb_checksum_help(skb)) > @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff > *skb, struct net_device *dev > tunnel->err_count

Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Dmitry Kravkov
On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: if (skb-ip_summed == CHECKSUM_PARTIAL skb_checksum_help(skb)) @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev tunnel-err_count = 0;

Re: [PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-11 Thread Joseph Gasparakis
On Sun, 11 Nov 2012, Dmitry Kravkov wrote: On Thu, 2012-11-08 at 18:18 -0800, Joseph Gasparakis wrote: if (skb-ip_summed == CHECKSUM_PARTIAL skb_checksum_help(skb)) @@ -902,6 +903,17 @@ static netdev_tx_t ipgre_tunnel_xmit(struct sk_buff *skb, struct net_device *dev

[PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-08 Thread Joseph Gasparakis
Populating the inner header pointers of skb for ipgre This patch has been compile-tested only. Signed-off-by: Joseph Gasparakis Signed-off-by: Peter P Waskiewicz Jr --- net/ipv4/ip_gre.c | 12 1 file changed, 12 insertions(+) diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c

[PATCH 3/3] ipgre: capture inner headers during encapsulation

2012-11-08 Thread Joseph Gasparakis
Populating the inner header pointers of skb for ipgre This patch has been compile-tested only. Signed-off-by: Joseph Gasparakis joseph.gaspara...@intel.com Signed-off-by: Peter P Waskiewicz Jr peter.p.waskiewicz...@intel.com --- net/ipv4/ip_gre.c | 12 1 file changed, 12