[ofa-general] [PATCH 8/16] ib/core: Add core support for LSO
Eli Cohen
eli at mellanox.co.il
Wed Jan 16 13:43:53 PST 2008
I am not sure I follow you. This how I pass to the QP the pointer to the
header, the size of the header and the mss. These values change with
every post.
-----Original Message-----
From: Sean Hefty [mailto:sean.hefty at intel.com]
Sent: Wednesday, January 16, 2008 7:24 PM
To: Eli Cohen; Roland Dreier
Cc: openfabrics
Subject: RE: [ofa-general] [PATCH 8/16] ib/core: Add core support for
LSO
> struct ib_sge {
>@@ -659,6 +663,9 @@ struct ib_send_wr {
> } atomic;
> struct {
> struct ib_ah *ah;
>+ void *header;
>+ int hlen;
>+ int mss;
Can this be done on a per QP basis, versus every send?
- Sean
More information about the general
mailing list