Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-03-01 Thread David Miller
From: Shrikrishna Khare Date: Sat, 28 Feb 2015 20:33:09 -0800 > Allows for packet parsing to be done by the fast path. This performance > optimization already exists for IPv4. Add similar logic for IPv6. > > Signed-off-by: Amitabha Banerjee > Signed-off-by: Shrikrishna Khare Applied, thanks.

Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-03-01 Thread David Miller
From: Shrikrishna Khare skh...@vmware.com Date: Sat, 28 Feb 2015 20:33:09 -0800 Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee banerj...@vmware.com Signed-off-by:

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee Signed-off-by: Shrikrishna Khare --- drivers/net/vmxnet3/vmxnet3_drv.c | 29 -

Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
On Sat, 28 Feb 2015, Sergei Shtylyov wrote: > Hello. > > On 02/28/2015 10:58 PM, Shrikrishna Khare wrote: > > > Allows for packet parsing to be done by the fast path. This performance > > optimization already exists for IPv4. Add similar logic for IPv6. > > > Signed-off-by: Amitabha Banerjee

Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Sergei Shtylyov
Hello. On 02/28/2015 10:58 PM, Shrikrishna Khare wrote: Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee Signed-off-by: Shrikrishna Khare ---

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee Signed-off-by: Shrikrishna Khare --- drivers/net/vmxnet3/vmxnet3_drv.c | 26 --

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee banerj...@vmware.com Signed-off-by: Shrikrishna Khare skh...@vmware.com --- drivers/net/vmxnet3/vmxnet3_drv.c | 26

Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Sergei Shtylyov
Hello. On 02/28/2015 10:58 PM, Shrikrishna Khare wrote: Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee banerj...@vmware.com Signed-off-by: Shrikrishna Khare

[PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee banerj...@vmware.com Signed-off-by: Shrikrishna Khare skh...@vmware.com --- drivers/net/vmxnet3/vmxnet3_drv.c | 29

Re: [PATCH net-next] Driver: Vmxnet3: Copy TCP header to mapped frame for IPv6 packets

2015-02-28 Thread Shrikrishna Khare
On Sat, 28 Feb 2015, Sergei Shtylyov wrote: Hello. On 02/28/2015 10:58 PM, Shrikrishna Khare wrote: Allows for packet parsing to be done by the fast path. This performance optimization already exists for IPv4. Add similar logic for IPv6. Signed-off-by: Amitabha Banerjee