Re: [E1000-devel] [PATCH v2 0/8] Fix TSO and checksum issues with non-accelerated vlan traffic.

2014-08-25 Thread David Miller
From: Vladislav Yasevich Date: Mon, 25 Aug 2014 10:34:47 -0400 > I've recently ran across something rather interesting when testing vlans > from inside VMs. In some scenarios I was getting awfull thruput. > Some debugging uncovered a very scary packet corruption. I was > seeing packets that had

[E1000-devel] IGB/IXGBE/MTA setup

2014-08-25 Thread Maslekar, Omkar
Hi All The MTA table which filters the multicast traffic in 82575/82599 devices are configured differently in IGB/IXGBE driver respectively even though the functionality is same. I would like to know from you if you have seen the same behavior. Scenario: On receiving VF_SET_MULTICAST message f

[E1000-devel] [PATCH v2 1/8] e1000e: Fix TSO with non-accelerated vlans

2014-08-25 Thread Vladislav Yasevich
This device claims TSO support for vlans. It also allows a user to control vlan acceleration offloading. As such, it is possible to turn off vlan acceleration and configure a vlan which will continue to support TSO. In such situation the packet passed down the the device will contain a vlan hea

[E1000-devel] [PATCH v2 0/8] Fix TSO and checksum issues with non-accelerated vlan traffic.

2014-08-25 Thread Vladislav Yasevich
I've recently ran across something rather interesting when testing vlans from inside VMs. In some scenarios I was getting awfull thruput. Some debugging uncovered a very scary packet corruption. I was seeing packets that had original TSO length as IP total length and their ip checksum was 0. Thi

[E1000-devel] [PATCH v2 2/8] e1000: Fix TSO for non-accelerated vlan traffic

2014-08-25 Thread Vladislav Yasevich
This device claims TSO and checksum support for vlans. It also allows a user to control vlan acceleration offloading. As such, it is possible to turn off vlan acceleration and configure a vlan which will continue to support TSO. In such situation the packet passed down the the device will contai

[E1000-devel] [PATCH v2 6/8] i40evf: Fix TSO and hw checksums for non-accelerated vlan packets.

2014-08-25 Thread Vladislav Yasevich
This device claims TSO and checksum support for vlans. It also allows a user to control vlan acceleration offloading. As such, it is possible to turn off vlan acceleration and configure a vlan which will continue to support TSO and hw checksums. In such situation the packet passed down the the d

[E1000-devel] [PATCH v2 5/8] i40e: Fix TSO and hw checksums for non-accelerated vlan packets.

2014-08-25 Thread Vladislav Yasevich
This device claims TSO and checksum support for vlans. It also allows a user to control vlan acceleration offloading. As such, it is possible to turn off vlan acceleration and configure a vlan which will continue to support TSO and hw checksums. In such situation the packet passed down the the d