From: Sean Hefty Date: Mon, 8 Oct 2012 17:33:21 +0000 (-0700) Subject: new X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=aabd9d351de84628df3a9c2ce2165a8a5ec2a0c6;p=~shefty%2Flibrdmacm.git new --- diff --git a/meta b/meta index 5ae94d78..ed030517 100644 --- a/meta +++ b/meta @@ -1,7 +1,8 @@ Version: 1 -Previous: b8930b937043d8100f3431255bf25c80e18db39b -Head: 8a92d0c3c8ce5f513dff974912143f6b0283f8e3 +Previous: 76fc599cf5b835f918594d4edc8ebab14578af1e +Head: 6f60d8310bc350dea09cf8a8a0a573d4c54a3851 Applied: + acm-port: 6f60d8310bc350dea09cf8a8a0a573d4c54a3851 Unapplied: af-ib-conn: 70cdbcec6986d1fcc8146a73cf2d8b6a537e71f5 addrtype: fffb812c9cbe707f830d1e7e713feb3ae3e2e8ec diff --git a/patches/acm-port b/patches/acm-port new file mode 100644 index 00000000..bb2c17ab --- /dev/null +++ b/patches/acm-port @@ -0,0 +1,22 @@ +Bottom: 7a63e115cc4adf073292cd3edca568d9910e1a6e +Top: 7a63e115cc4adf073292cd3edca568d9910e1a6e +Author: Sean Hefty +Date: 2012-10-08 10:33:21 -0700 + +librdmacm: Disable ACM support if ibacm.port is not found + +The librdmacm will try to connect port 6125 if ibacm.port is +not found. The problem is that some other service or application +could be using that port and respond with garbage. Rather +than falling back to a hard coded port number, if ibacm.port +is not found, simply disable ACM support. + +This has the effect of removing support for older versions +of ibacm, unless the port file is created manually. + +Signed-off-by: Sean Hefty + + +--- + +