Re: [E1000-devel] alloc too much memory for the driver[ice-5.8.0/ice-1.6.7]

2022-06-21 Thread yankun
the pagesize is 64KB, the online cpu number is 256. the rx_buf_len is ICE_RXBUF_2048. fllow the source code, ice_vsi_cfg() >ice_vsi_cfg_rxqs() { ... ice_vsi_cfg_frame_size(vsi);pagesize < 8192 or pagesize > 8192 ice_for_each_rxq(vsi, i) { int err = ice_vsi_cfg_rxq(vsi->rx_rings[i]);

Re: [E1000-devel] alloc too much memory for the driver[ice-5.8.0/ice-1.6.7]

2022-06-20 Thread Fujinaka, Todd
How many queue pairs do you have allocated? Todd Fujinaka Software Application Engineer Ethernet Products Group Intel Corporation todd.fujin...@intel.com -Original Message- From: yankun Sent: Monday, June 13, 2022 8:08 PM To: e1000-de...@lists.sf.net Subject: [E1000-devel] alloc too

Re: [E1000-devel] alloc too much memory for the driver[ice-5.8.0/ice-1.6.7]

2022-06-17 Thread Fujinaka, Todd
Sorry I missed this earlier. I'm asking the appropriate team. Todd Fujinaka Software Application Engineer Ethernet Products Group Intel Corporation todd.fujin...@intel.com -Original Message- From: yankun Sent: Monday, June 13, 2022 8:08 PM To: e1000-de...@lists.sf.net Subject: