Porting application from libevent

2023-02-08 Thread Ken Cox
at seastar (https://github.com/scylladb/seastar), which provides an event-driven framework on top of DPDK, but it would require a complete rewrite from libevent to futures and C++17. Any advice would be very much appreciated! -- -Ken

Mellanox & Qlogic & Molex & Intel

2022-04-28 Thread Ken
3.0(MCX4421A-ACQN)   OCP mezz Mellanox 100 300 500   9   205058-3020 NPIO 8x STR to 2* 4x RA, 750mm cable Molex 2000       Yours/Ken k...@whbam.com  

[dpdk-users] Question about driver/controller MTU enforcement with MTU less than jumbo frame size

2017-05-09 Thread Coulson, Ken
EG0, hlreg0); /* update max frame size */ dev->data->dev_conf.rxmode.max_rx_pkt_len = frame_size; maxfrs = IXGBE_READ_REG(hw, IXGBE_MAXFRS); maxfrs &= 0x; maxfrs |= (dev->data->dev_conf.rxmode.max_rx_pkt_len << 16); IXGBE_WRITE_REG(h