Re: [ewg] [PATCH] libibverbs: Add new enums

2010-12-19 Thread Or Gerlitz
Aleksey Senin wrote: > IBV_SEND_IP_CSUM added to ibv_send_flags. Should be used to control > calculation checksum at hardware layer. what checksum - IB? IP? UDP? TCP? how the caller is supposed to know if they can set this flag? > IBV_WC_WITH_VLAN added to ibv_wc_flags, Should be used to add VLA

[ewg] [PATCH] libibverbs: Add new enums

2010-12-19 Thread Aleksey Senin
Add new enums to verbs: IBV_SEND_IP_CSUM - checksum control IBV_WC_WITH_VLAN - VLAN control Signed-off-by: Aleksey Senin --- fixes/series |1 + fixes/verbs_enum_flags.patch | 43 ++ 2 files changed, 44 insertions(+), 0 deletions(-) c