[PATCH] finish iso support

matthieu castet castet.matthieu at free.fr
Wed Jun 29 16:03:46 EDT 2005


Duncan Sands wrote:
> Hi Matthieu,
> 
> @@ -99,10 +99,12 @@
>  #define UDSL_MAX_RCV_URBS              16
>  #define UDSL_MAX_SND_URBS              16
>  #define UDSL_MAX_RCV_BUF_SIZE          1024    /* ATM cells */
> +#define UDSL_MAX_RCV_ISO_PACKETS       16
>  #define UDSL_MAX_SND_BUF_SIZE          1024    /* ATM cells */
>  #define UDSL_DEFAULT_RCV_URBS          4
>  #define UDSL_DEFAULT_SND_URBS          4
>  #define UDSL_DEFAULT_RCV_BUF_SIZE      64      /* ATM cells */
> +#define UDSL_DEFAULT_RCV_ISO_PACKETS   32
>  #define UDSL_DEFAULT_SND_BUF_SIZE      64      /* ATM cells */
> 
>  #define ATM_CELL_HEADER                        (ATM_CELL_SIZE - ATM_CELL_PAYLOAD)
> 
> presumably the default should be smaller than the maximum...
opps, I should be lulled when I done this patch.
But as I told you in a previous mail, this part could be dropped : we 
just need to be sure that all packets have the same size.


Matthieu



More information about the Usbatm mailing list