net/virtio-user: add virtual device
[dpdk.git] / drivers / net / fm10k / fm10k_rxtx.c
index 66db5b6..81ed4e7 100644 (file)
@@ -65,6 +65,9 @@ static inline void dump_rxd(union fm10k_rx_desc *rxd)
 }
 #endif
 
+/* @note: When this function is changed, make corresponding change to
+ * fm10k_dev_supported_ptypes_get()
+ */
 static inline void
 rx_desc_to_ol_flags(struct rte_mbuf *m, const union fm10k_rx_desc *d)
 {