Droptest: optimize macToString 38/7638/1
authorRobert Varga <robert.varga@pantheon.sk>
Tue, 3 Jun 2014 10:01:12 +0000 (12:01 +0200)
committerRobert Varga <robert.varga@pantheon.sk>
Tue, 3 Jun 2014 11:02:02 +0000 (13:02 +0200)
commit771671faaad1fe2fd38fc051b3bdd1e59b23d4cc
treec3c327779c65c60f65f5fa28347ba3193777ec1a
parentabda4c97c6bb48d9fc63e42d43d4c8123cb4898d
Droptest: optimize macToString

This elides the creation of multiple objects and rather formats the
bytes quickly.

Change-Id: Iabac79bf86c0b2098bffe69f221797f2fd1c326f
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestRpcSender.java
drop-test/src/main/java/org/opendaylight/openflowplugin/droptest/DropTestUtils.java