summaryrefslogtreecommitdiffstats
path: root/test/test_l2bd_arp_term.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-8/+8
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre1-2/+1
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-10-26l2: l2bd nd termination test instabilityOle Troan1-1/+1
2019-06-19l2: BD ARP termination entry API updateNeale Ranns1-2/+5
2019-05-17Tests: Raise exception if API cli_inband command fails.Paul Vinciguerra1-1/+4
2019-04-11Tests: Refactor tearDown show command logging, add lifecycle markers.Paul Vinciguerra1-3/+4
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+4
2019-03-11vpp_papi_provider: Remove more wrapper functions.Ole Troan1-3/+4
2019-03-06test framework: vpp_papi_provider.py - further cleanupOle Troan1-5/+2
2019-01-30Use IP and MAC API types for neighborsNeale Ranns1-7/+4
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan1-2/+1
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan1-2/+1
2018-12-10Test framework: StringIO fixes for Python3Ole Troan1-2/+2
2018-11-26VPP-1508 python3 tests locals()Paul Vinciguerra1-2/+3
2018-11-06BD ARP entry use common API typesNeale Ranns1-3/+6
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari1-2/+66
2017-09-18L2BD,ARP-TERM:fix arp query report mechanism+testEyal Bari1-3/+79
2017-07-18TEST:add l2bd nd term testsEyal Bari1-6/+119
2017-07-04TEST:add L2BD arp term testsEyal Bari1-0/+239
n class="cpf"><vppinfra/flowhash_template.h> #undef FLOWHASH_TYPE static_always_inline u32 flowhash_hash_8_8(flowhash_lkey_8_8_t *k) { #ifdef clib_crc32c_uses_intrinsics return clib_crc32c ((u8 *) &k->as_u64[0], 8); #else return clib_xxhash (k->as_u64[0]); #endif } static_always_inline u8 flowhash_cmp_key_8_8(flowhash_skey_8_8_t *a, flowhash_lkey_8_8_t *b) { return a->as_u64[0] != b->as_u64[0]; } static_always_inline void flowhash_cpy_key_8_8(flowhash_skey_8_8_t *dst, flowhash_lkey_8_8_t *src) { dst->as_u64[0] = src->as_u64[0]; } #endif /* SRC_VPPINFRA_FLOWHASH_8_8_H_ */