Add support for using epoll Netty transport 59/86259/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 3 Dec 2019 15:54:47 +0000 (16:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 6 Dec 2019 10:40:40 +0000 (11:40 +0100)
commit04a54e4f92d04b0ed1e26f0422c3c9f1ee6824ff
tree628a8bb82831bc3ca87011ca0db9834d727e6e02
parent6e866767111cb3959ec70f37e7fe39a637272e1c
Add support for using epoll Netty transport

Since we have GlobalNettyContext, we can easily provide the necessary
glue to select either epoll(7) or java.nio backend based on availability.

JIRA: OVSDB-331
Change-Id: Id79e13e21dd5bc2358b7a9567bd145a4ca166a39
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 13a7d507466f466865f26eb791ddd1543a3bb5eb)
library/impl/pom.xml
library/impl/src/main/java/org/opendaylight/ovsdb/lib/impl/NettyBootstrapFactory.java