Re: [PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-08-11 Thread Or Gerlitz
On Thu, Jun 18, 2015 at 7:38 PM, Jason Gunthorpe wrote: > On Sun, Jun 14, 2015 at 01:13:04PM +0300, Or Gerlitz wrote: >> From: Moshe Lazer >> >> Add a device capability flag IB_DEVICE_IP_SUM to denote checksum offload >> support. Devices should set this flag if they support insertion of IP, TCP >

Re: [PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-07-29 Thread Doug Ledford
On 07/01/2015 11:17 AM, Christoph Lameter wrote: > Is there any release schedule and/or upstream repo where I can see changes > for libibverbs and libmlx4? > I'm working on libibverbs right now. The upstream git repo has not changed, it's the same as it always was. Or, Jason asked for some (IMO

Re: [PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-07-01 Thread Christoph Lameter
Is there any release schedule and/or upstream repo where I can see changes for libibverbs and libmlx4? -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-06-18 Thread Jason Gunthorpe
On Sun, Jun 14, 2015 at 01:13:04PM +0300, Or Gerlitz wrote: > From: Moshe Lazer > > Add a device capability flag IB_DEVICE_IP_SUM to denote checksum offload > support. Devices should set this flag if they support insertion of IP, TCP > and UDP checksums on outgoing IP packets sent over IB UD or E

Re: [PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-06-18 Thread Christoph Lameter
We run those patches and we would like to see them upstream. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH REPOST libibverbs] Add IP and TCP/UDP TX checksum offload support

2015-06-14 Thread Or Gerlitz
From: Moshe Lazer Add a device capability flag IB_DEVICE_IP_SUM to denote checksum offload support. Devices should set this flag if they support insertion of IP, TCP and UDP checksums on outgoing IP packets sent over IB UD or ETH RAW_PACKET QPs. In addition add a send flag IBV_SEND_IP_CSUM to ut