]> git.droids-corp.org - dpdk.git/blobdiff - examples/l3fwd/l3fwd_em.c
doc: remove useless console syntax in mlx guides
[dpdk.git] / examples / l3fwd / l3fwd_em.c
index 5f499e005479d8053209ea2c947f76124bb85235..74a7c8fa47806d6deef61756981217d8b7a7228b 100644 (file)
@@ -287,7 +287,11 @@ em_get_ipv6_dst_port(void *ipv6_hdr, uint16_t portid, void *lookup_struct)
         * Get part of 5 tuple: dst IP address lower 96 bits
         * and src IP address higher 32 bits.
         */
+#if defined RTE_ARCH_X86
+       key.xmm[1] = _mm_loadu_si128(data1);
+#else
        key.xmm[1] = *(xmm_t *)data1;
+#endif
 
        /*
         * Get part of 5 tuple: dst port and src port