Commit eca3ee40 authored by Raghavendra Koushik's avatar Raghavendra Koushik Committed by Jeff Garzik

[PATCH] S2io: module loadable parameters

1. Max Txds per List.

2. statistics refresh time

3. pause frame control parameters including gap between two successive
frames, threshold watermarks

4. RTI and TTI configuration parameters including ranges, packet
counts and timeout periods.  For further information please read the
section 3.5 of XFrame H/W spec.

5. PCI/PCI-X configuration variables latency_timer, MMRBC and OST.

6. OS offload features TSO (If support available) and checksum offload.

7. If NAPI is not in use, a variable indicate_max_pkts can be used
to limit number of Rx side packets processed for one call to Rx
Intr handler.
Signed-off-by: default avatarRaghavendra Koushik <raghavendra.koushik@s2io.com>
Signed-off-by: default avatarRavinandan Arakali <ravinandan.arakali@s2io.com>
Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
parent 3fbc24f1
This diff is collapsed.
......@@ -348,9 +348,9 @@ typedef struct rx_ring_config {
u8 ring_priority; /*Specifies service priority of ring */
/* OSM should not set any two rings with same priority */
u8 ring_org; /*Organization of ring */
#define RING_ORG_BUFF1 0x01
#define RX_RING_ORG_BUFF3 0x03
#define RX_RING_ORG_BUFF5 0x05
#define RING_ORG_BUFF1 0x01
#define RX_RING_ORG_BUFF3 0x03
#define RX_RING_ORG_BUFF5 0x05
u8 f_no_snoop;
#define NO_SNOOP_RXD 0x01
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment