Hi Konstantin,
On 11/17/2014 07:26 PM, Ananyev, Konstantin wrote:
> Just one thing - double semicolon - looks like a typo:
>> + /* check if TCP segmentation required for this packet */
>> + if (ol_flags & PKT_TX_TCP_SEG) {
>> + /* implies IP cksum and TCP cksum */
>> + type_tucmd_mlhl = IXGBE_ADVTXD_TUCMD_IPV4 |
>> + IXGBE_ADVTXD_TUCMD_L4T_TCP |
>> + IXGBE_ADVTXD_DTYP_CTXT | IXGBE_ADVTXD_DCMD_DEXT;;Good catch, I'll fix this too. Olivier

