From 8e23e2c72de3ad72d1a9da3cc502987eb1afd779 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 28 Sep 2012 12:12:45 -0700 Subject: [PATCH] new --- meta | 5 +++-- patches/xrcd2 | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 patches/xrcd2 diff --git a/meta b/meta index 0f6ba00..b61a2d8 100644 --- a/meta +++ b/meta @@ -1,8 +1,9 @@ Version: 1 -Previous: 612a4e7a0e95ceba66c377ca6552da78d014c711 -Head: e3d312ae562579568c8941c4a9851a8b210eb70f +Previous: 9acd5a004a27ccf39fbd86c2b86ab72e79ce7c46 +Head: 4188913a8df4c9eca174dfea2f65aea20b243a6c Applied: verbs-ext: e3d312ae562579568c8941c4a9851a8b210eb70f + xrcd2: 4188913a8df4c9eca174dfea2f65aea20b243a6c Unapplied: xrcd: 1d5c0ac8e56de2b18c46f67ae528c92510f80f81 srq_ex: 556e5c240973dd4d4fac250694525ab3211bd604 diff --git a/patches/xrcd2 b/patches/xrcd2 new file mode 100644 index 0000000..aa5e7b4 --- /dev/null +++ b/patches/xrcd2 @@ -0,0 +1,25 @@ +Bottom: 815e29364f4b5792b68b75427a1c7c571ed0a27f +Top: 815e29364f4b5792b68b75427a1c7c571ed0a27f +Author: Sean Hefty +Date: 2012-09-28 12:12:45 -0700 + +libibverbs: Introduce XRC domains + +XRC introduces several new concepts and structures, one of +which is the XRC domain. + +XRC domains: xrcd's are a type of protection domain used to +associate shared receive queues with xrc queue pairs. Since +xrcd are meant to be shared among multiple processes, we +introduce new APIs to open/close xrcd's. + +The user to kernel ABI is extended to account for opening/ +closing the xrcd. + +Signed-off-by: Sean Hefty + + + +--- + + -- 2.46.0