-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John
<snip>
quoted
-----Original Message-----
From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Zhihong Wang
<snip>
quoted
+
+Virtio PMD Versions
+-------------------
+
+Virtio driver has 3 versions of rx functions and 2 versions of tx
functions.
In some places RX/TX is used and in some rx/tx. I would suggest the
uppercase versions throughout.
In the commit logs, the only valid contractions allowed by the check-git-log.sh script are Rx and Tx
bad=$(echo "$headlines" | grep -E --color=always \
-e '\<(rx|tx|RX|TX)\>' \
....
I would therefore suggest we follow the same rules for the docs for consistency.
/Bruce