Re: [net-next PATCH v3] ibmvnic: map L2/L3/L4 header descriptors to firmware

2016-02-24 Thread David Miller
From: Thomas Falcon Date: Wed, 24 Feb 2016 21:34:43 -0600 > + > +static union sub_crq *build_hdr_descs_arr(struct sk_buff *skb, > + int *num_entries, > + union sub_crq subcrq, u8 hdr_field) >

[net-next PATCH v3] ibmvnic: map L2/L3/L4 header descriptors to firmware

2016-02-24 Thread Thomas Falcon
Allow the VNIC driver to provide descriptors containing L2/L3/L4 headers to firmware. This feature is needed for greater hardware compatibility and enablement of offloading technologies for some backing hardware. Signed-off-by: Thomas Falcon --- v2: Fixed typo error