> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tonghao Zhang > Sent: Friday, January 5, 2018 10:11 PM > To: dev@dpdk.org > Cc: Tonghao Zhang <xiangxia.m....@gmail.com> > Subject: [dpdk-dev] [PATCH 3/5] net/ixgbevf: save IXGBE_VTEIMS to intr- > >mask for performance. > > If dpdk APPs call the rte_eth_dev_rx_intr_enable or > rte_eth_dev_rx_intr_disable frequently, and ixgbe vf will read the > IXGBE_VTEIMS register everytime. We can optimize the driver function. The > patch save the IXGBE_VTEIMS to mask to avoid read frequently.
"We can optimize the driver function" can be removed. > > Signed-off-by: Tonghao Zhang <xiangxia.m....@gmail.com> Acked-by: Beilei Xing <beilei.x...@intel.com>